-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Avital-NEW/CON-22727-Ocean-AKS-Roll-External-routes-API #559
Avital-NEW/CON-22727-Ocean-AKS-Roll-External-routes-API #559
Conversation
summary: "Get Roll" | ||
description: > | ||
Get status for a roll of an Ocean cluster. | ||
operationId: "oceanAksRollGetSingleRoll" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should it be GetSingleRoll?
api/spot.yaml
Outdated
@@ -702,6 +702,12 @@ paths: | |||
$ref: services/ocean/aksV2/paths/importVirtualNodeGroup.yaml | |||
/ocean/azure/np/virtualNodeGroup/vmSizes: | |||
$ref: services/ocean/aksV2/paths/virtualNodeGroupAllowedVmSizes.yaml | |||
/ocean/azure/np/cluster/{oceanClusterId}/roll: | |||
$ref: services/ocean/aksV2/paths/roll.yaml | |||
/ocean/azure/np/cluster/{oceanClusterId}/roll{rollId}: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing /
api/spot.yaml
Outdated
$ref: services/ocean/aksV2/paths/roll.yaml | ||
/ocean/azure/np/cluster/{oceanClusterId}/roll{rollId}: | ||
$ref: services/ocean/aksV2/paths/roll-get.yaml | ||
/ocean/azure/np/cluster/{oceanClusterId}/roll{rollId}/stop: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing /
…oll-External-routes-API' into Avital-NEW/CON-22727-Ocean-AKS-Roll-External-routes-API
No description provided.